home *** CD-ROM | disk | FTP | other *** search
/ Kentucky Virtual Art Museum / Kentucky Virtual Art Museum.iso / site / museums / zoomify / dog.swf / scripts / frame_1 / PlaceObject2_53_ZoomifyViewerSymbol_1 / CLIPACTIONRECORD on(construct).as
Text File  |  2005-01-10  |  547b  |  19 lines

  1. on(construct){
  2.    _imagePath = "dog/";
  3.    _devFolderPath = "file:///Z|/webtools/testpad/dhamon/cd_rom/zoomify/";
  4.    _byteHandlerURL = "Leave blank unless publishing a PFF, JP2, or MrSid file";
  5.    _mapFilePath = "Leave blank unless using Xml to map directories";
  6.    _visible = true;
  7.    _focus = true;
  8.    _initialX = 0;
  9.    _initialY = 0;
  10.    _initialZoom = -1;
  11.    _minZoom = -1;
  12.    _maxZoom = 100;
  13.    _showSplash = true;
  14.    _precacheTransitions = true;
  15.    _preloadTransitions = false;
  16.    _previewWidth = 0;
  17.    _previewHeight = 0;
  18. }
  19.